ExecuteScalar Method (DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter>)
In This Topic
Executes the query and returns the first column of the first row in the result set returned by the query.
All other columns and rows are ignored.
Syntax
'Declaration
Public Overrides Function ExecuteScalar() As Object
public override object ExecuteScalar()
See Also